五五字典>英语词典>section code翻译和用法

section code

英 [ˈsekʃn kəʊd]

美 [ˈsekʃn koʊd]

网络  每一段代码

计算机

双语例句

  • So, each time this section of code is executed, the$ TIME is checked to see if it matches the times of the case statement.
    因此,每次执行这个代码段的时候,将检查$TIME是否匹配case语句所指定的时间。
  • The Revision of the Load Section in Code about Tower Structures
    21世纪的规范和高耸结构设计规范中荷载部分的制订
  • The next section of code, the for loop, first retrieves all the childNodes of the first contact, when the variable j is initialized to zero.
    接下来的一段代码是一个for循环,当变量j被初始化为0时,该循环首先检索第一个联系人的所有childNodes。
  • A critical region is any section of code that must be completely executed by any kernel control path that enters it before another kernel control path can enter it.
    当内核正在执行处于临界区内的代码的时候,在该内核控制路径没有执行完临界区的代码之前,任何其它内核控制路径不能进入该临界区。
  • By calling this function at the beginning and end of a section of code, an application essentially uses the counter as a high-resolution timer.
    应用程序在一个代码段的前后调用这个函数来使用高性能计数器。
  • The following section of code completes the indexing script.
    以下部分的代码是索引脚本的最后一部分。
  • This next section of code adds all of the foreign key links seen in the previous diagram
    下面的代码将添加上图中的所有外键链接
  • The third bold section contains code for handling database failover and connection switching.
    第三段加粗的代码用于处理数据库故障转移和连接切换。
  • Selection of Auxiliary Section Code when Book Number is Used as Category Code
    种次号作为书次号时辅助区分号的设置与应用
  • The next section of code creates a pipe from the vmstat command, where the program will read data once per second.
    代码的下一部分将通过vmstat命令创建一个管道,程序将在其中每秒读取一次数据。